home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / programmierung / visualarts / vainstall / install.rexx next >
OS/2 REXX Batch file  |  1995-08-16  |  333b  |  18 lines

  1. /* Visual Arts installation */
  2.  
  3. address command
  4. say "copying..."
  5.  
  6. 'makedir libs:gadgets'
  7. 'copy VisualArts.h include:'
  8. 'copy PopUpMenuClass.h include:'
  9. 'copy gadgets/#? libs:gadgets'
  10. 'copy #?.lib lib:'
  11. 'copy #?.key S:'
  12. 'copy clib/#? include:clib'
  13. 'copy datatypes/#? include:datatypes'
  14. 'copy pragmas/#? include:pragmas'
  15.  
  16. say "done."
  17.  
  18.